home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
H-I
/
HyperEdit.cpt
/
HyperEdit
/
background_2644.txt
< prev
next >
Wrap
Text File
|
1989-03-18
|
772b
|
33 lines
-- background: 2644 from stack: in
-- bmap block id: 3191
-- flags: 0000
-- background id: 0
-- name:
-- part 1 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=66 top=51 right=103 bottom=131
-- title width / last selected line: 0
-- icon id / first selected line: 27285 / 27285
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hide Help
----- HyperTalk script -----
on mouseup
get the visible of card field "Help"
if it = false then
show card field "Help"
set the name of the target to "Hide Help"
set the icon of the target to "Hide Help"
else
hide card field "Help"
set the name of the target to "Show Help"
set the icon of the target to "Show Help"
end if
end mouseup